home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / prqwk21b.zip / ALLQWK.WAS next >
Text File  |  1994-09-11  |  272b  |  7 lines

  1. ;ALLQWK.was - launches ProQWK 2 with a command-line argument
  2. proc main
  3. S0 = "allqwk"
  4. execute "pq21.wax"    ; Use "chain" in place of "execute" in a script if you do not
  5.             ; want to return to parent script -- see WASP 2 script reference
  6. endproc            ; for further details
  7.